projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7add0a6
)
(install): Copy subdirs.el to the installation directory.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 31 Aug 2001 10:25:55 +0000
(10:25 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 31 Aug 2001 10:25:55 +0000
(10:25 +0000)
nt/makefile.w32-in
patch
|
blob
|
history
diff --git
a/nt/makefile.w32-in
b/nt/makefile.w32-in
index 26f4cf5e500971f46aa96d3831abaa5027db9b81..20dc2a2f95c9b9b0a2dd960545193e4b26cb2f48 100644
(file)
--- a/
nt/makefile.w32-in
+++ b/
nt/makefile.w32-in
@@
-150,6
+150,7
@@
install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
- mkdir "$(INSTALL_DIR)/data"
- mkdir "$(INSTALL_DIR)/site-lisp"
- mkdir "$(INSTALL_DIR)/etc/icons"
+ $(IFNOTSAMEDIR) $(CP) ../site-lisp/subdirs.el $(INSTALL_DIR)/site-lisp $(ENDIF)
$(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF)
- $(CP_DIR) icons $(INSTALL_DIR)/etc
$(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF)